Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.UndoRedo Namespace / ClearConditionalFormatUndoAction Class / ClearConditionalFormatUndoAction Constructor / ClearConditionalFormatUndoAction Constructor(SheetView,CellRange[])


In This Topic
ClearConditionalFormatUndoAction Constructor(SheetView,CellRange[])
In This Topic
Creates a new undo action for a clear conditional format of the specified range in the specified sheet.
Syntax
'Declaration
 
Public Function New( _
   ByVal sheetView As SheetView, _
   ByVal cellRanges() As CellRange _
)
 
'Usage
 
Dim sheetView As SheetView
Dim cellRanges() As CellRange
 
Dim instance As New ClearConditionalFormatUndoAction(sheetView, cellRanges)

Parameters

sheetView
cellRanges
See Also